xend: pass-through: fix regression in the ordering of the output of xm pci list
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 21 Jul 2009 13:26:52 +0000 (14:26 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 21 Jul 2009 13:26:52 +0000 (14:26 +0100)
commit03c274f00c78906d4fa258b79624e2ead3aa7eca
treeac4a4008947f7c7a270a5c759e44fd61b0cee3f5
parenta9c036a84deef56b596bcc10f180fd064f9424c9
xend: pass-through: fix regression in the ordering of the output of xm pci list

changeset "python: Remove tab indents" (19937:e845326ae203)
introduces a minor regression in the multi-function PCI pass-through
code by causing bogus return values from the sort function
which is used to order the output of "xm pci list".

Signed-off-by: Simon Horman <horms@verge.net.au>
tools/python/xen/xm/main.py